home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / FIRST.DFM / FIRST.txt
Text File  |  1997-02-13  |  427b  |  24 lines

  1. object Form1: TForm1
  2.   Left = 208
  3.   Top = 411
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Button1: TButton
  15.     Left = 176
  16.     Top = 40
  17.     Width = 75
  18.     Height = 25
  19.     Caption = '2nd form'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23. end
  24.